/*
Class
*/


.container {
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    max-width: 1140px;
    padding: 0px;
}

.h1, h2, h3, h4, h5, p, li, ui button, .btn_check {
    font-family: 'Nunito', sans-serif;
    line-height: 1.4;
    font-weight: 400;
}



#phar {
    font-size: 16pt;
    font-weight: 200;

}

h2 {
    font-weight: 600;
    line-height: 1.3;
}


h3 {
    font-weight: 600;
    line-height: 1.3;
}


.top {
    padding: 45px 30px 70px 30px;
    border-radius: 30px 30px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/bg-top.png');

    
}


.desc {
    margin-top:45px;
    margin-bottom:45px;
    padding:15px;

}
.product {

    padding: 45px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/bg-product.png');
}

.product-top {
    margin-top:75px;
    margin-bottom:90px;
    color: #FFFFFF;
}



.bg-p {
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/bg-p.png');
    color:#FFFFFF;
}

.spec {
    background-color: #000000;
    color: #FFFFFF;
    padding: 30px;
    margin-bottom:100px;
}
 
.btn_check {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12pt;
    padding: 9px 45px 9px 45px;
    background: #000000;
    border-radius: 30px;
    
}

.btn_check:hover {
    color: #000000;
    background: none;
    border: 1px solid #000000;
}

.btn_check-white {
    font-family: 'Nunito';
    font-weight: 400;
    color: #000000;
    font-size: 12pt;
    padding: 9px 45px 9px 45px;
    background: #FFFFFF;
    border-radius: 30px;
    
}

.btn_check-white:hover {
    color: #FFFFFF;
    background: none;
    border: 1px solid #FFFFFF;
}



.container a {
    text-decoration: none;
 }
 
.bottom {
    color:#000000;
    font-size: 10pt;

    padding: 15px 15px 15px 15px;
    border-radius: 0px 0px 30px 30px;
}



 ul,li {
    padding: 0;
    list-style-position: inside;
    }

.img_top {

padding-top:45px;
}

.logo {
    padding: 15px 30px 0px 30px; 
}

.stat {
    padding-top: 30px;
    padding-bottom: 35px;
}


.icon {
    margin: 30px 0px;
}

/*
Id
*/
      

#brand-1 {
    color: #0082FA;
}

#brand-2 {
    color: #0FD2FF;
}

#white {
    color:#FFFFFF;
}

#link {
    color: #FFFFFF;
    font-weight: 300;
    font-family: "Nunito";
}

.photo {
    padding:15px;
}

.margi {
    margin-top:15px;
    margin-bottom:35px;
}
.margi-2 {
    margin-top:50px;
    margin-bottom:30px;
}